Skip to content

fixed #13745 - platform types incorrectly simplified for 64-bit#7416

Draft
firewave wants to merge 2 commits intocppcheck-opensource:mainfrom
firewave:platformtypes-simpl
Draft

fixed #13745 - platform types incorrectly simplified for 64-bit#7416
firewave wants to merge 2 commits intocppcheck-opensource:mainfrom
firewave:platformtypes-simpl

Conversation

@firewave
Copy link
Copy Markdown
Collaborator

No description provided.

@firewave
Copy link
Copy Markdown
Collaborator Author

This wrecks havoc on the macro hell in TestIO...

Comment thread test/testtype.cpp
" return x * y;\n"
"}\n", settings);
ASSERT_EQUALS("[test.cpp:2]: (style) int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information.\n", errout_str());
ASSERT_EQUALS("[test.cpp:2]: (style) int result is returned as long value. If the return value is long long to avoid loss of information, then you have loss of information.\n", errout_str());
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Off-topic but this message is very confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant